-
I was trying to create a pipeline with a LabelEncoder to transform categorical values. cat_variable = Pipeline(steps = [ (‘imputer’,SimpleImputer(strategy …
- 343 views
- 1 answers
- 0 votes
I was trying to create a pipeline with a LabelEncoder to transform categorical values. cat_variable = Pipeline(steps = [ (‘imputer’,SimpleImputer(strategy …